home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / rxlistview / rxlistview.readme < prev    next >
Text File  |  1998-08-15  |  2KB  |  54 lines

  1.  
  2.     rxlistview 1.7 - by Rolf Max Rotvel
  3.  
  4.     DESCRIPTION:
  5.     A listview procedure (Or rather collection of procedures) for your
  6.     Arexx scripts.
  7.  
  8.     INSTALLATION
  9.     Include it your Arexx scripts :-). 
  10.  
  11.     USAGE
  12.     Have a look at the included example script. For another example look
  13.     for ClipEd in the util/rexx directory on aminet (Current version is
  14.     cliped110.lha)
  15.  
  16.     NOTE
  17.     If anyone has a way of detecting the use of ctrl as a qualifier then
  18.     please tell me. I'd really like to use ctrl-cursorup/down to move to the
  19.     top or bottom of the list.
  20.  
  21.     CREDITS
  22.     Thanks to:
  23.     Preben Nielsen for showing me how to retrieve font info and mouse
  24.     coodinates.
  25.     Rick Younie's cy 1.1 for inspiration.
  26.     George Stagakis for his bug report.
  27.            
  28.     COPYRIGHT
  29.     No copyright. Do whatever you want with this.    
  30.  
  31.     DISCLAIMER
  32.     It's your fault :-) 
  33.  
  34.     AUTHOR
  35.     Please send any comments or suggestions to me.
  36.     Email: rolfr@post4.tele.dk
  37.     Fidonet: 2:238/38.2
  38.     
  39.     HISTORY:
  40.     1.4 - First release
  41.     1.5 - Moved all initialization stuff into seperate procedure called
  42.           only the first time listview is opened.
  43.           Added highlighting of selected line.
  44.           Various bugfixes and optimizations.
  45.     1.6 - Listview rolls over now.
  46.           Added support for inline keys.
  47.           Added support for Help and Delete keys.
  48.           Listview wasn't updated properly when adding entries.
  49.           Listview can handle empty lists now.
  50.           Many other internal changes.
  51.           Moved developer stuff to demo script.
  52.     1.7 - Fixed update error when 'rolling over' to the top.
  53.           Fixed stupid error in testscript (TESTSTEM.16...)
  54.